projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19c8fe7
)
Fix :type of `fringe-mode' for last modification.
author
Simon Josefsson
<jas@extundo.com>
Sat, 25 May 2002 23:16:00 +0000
(23:16 +0000)
committer
Simon Josefsson
<jas@extundo.com>
Sat, 25 May 2002 23:16:00 +0000
(23:16 +0000)
lisp/fringe.el
patch
|
blob
|
history
diff --git
a/lisp/fringe.el
b/lisp/fringe.el
index 5a4dce128c6332379bc5df3e322dc6c523dd4688..c7be27b061f845c0dd0969d000e59358354ff52c 100644
(file)
--- a/
lisp/fringe.el
+++ b/
lisp/fringe.el
@@
-97,6
+97,7
@@
you can use the interactive function `toggle-fringe'"
(const :tag "Only right" (0 . nil))
(const :tag "Only left" (nil . 0))
(const :tag "Half width" (5 . 5))
+ (const :tag "Minimal" (1 . 1))
(integer :tag "Specific width")
(cons :tag "Different left/right sizes"
(integer :tag "Left width")